FormMethod Property
Specifies the HTTP method used to submit data in a form to a server.
The defined values are:
-get: HTTP get method.
-post: HTTP post method.
-a value of type string
These values are not case sensitive.
The default value for this attribute is get.
Namespace: Independentsoft.Office.Odf.FormsAssembly: Independentsoft.Calc (in Independentsoft.Calc.dll) Version: 3.0.520.1+c6c593d5629a051e0af021b238c5d69d764f9686
public string Method { get; set; }
Public Property Method As String
Get
Set
Property Value
String